From 7997d0fef7a38bdf8f07489abf099d8577aaa80b Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 20 Feb 2006 20:05:05 +0000 Subject: [PATCH] Fix return type of replace_constants(). git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1742 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/mkshort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/mkshort.c b/gpsbabel/mkshort.c index 1f3403b51..4a156923d 100644 --- a/gpsbabel/mkshort.c +++ b/gpsbabel/mkshort.c @@ -237,7 +237,7 @@ delete_last_vowel(int start, char *istring, int *replaced) * Open the slippery slope of literal replacement. Right now, replacements * are made only at the end of the string. */ -char * +void replace_constants(char *s) { struct replacements *r; -- 2.30.2